home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Entertainment / Adventure / Unnkulain 2 / Docs next >
Text File  |  1991-11-17  |  17KB  |  797 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                       General TADS Game Instructions
  8.  
  9.  
  10.  
  11.                       Written by  Michael J. Roberts
  12.  
  13.                     (Edited slightly by David Baggett)
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. PLAYING THE GAME
  22.  
  23.  
  24.  
  25. In an adventure game, you play by typing commands that describe what you want
  26.  
  27. to do.  Unfortunately, the game isn't as smart as you are, so it can't
  28.  
  29. understand nearly as many sentences as a person could.  In this section,
  30.  
  31. we'll describe most of the types of commands that you will need to use while
  32.  
  33. playing the game.
  34.  
  35.  
  36.  
  37. Each time you see the prompt, ">", you type a command.  Your command should
  38.  
  39. be a simple imperative sentence, or a series of imperatives separated by
  40.  
  41. periods.  Press the RETURN (or ENTER) key when you are done typing your
  42.  
  43. command; the game doesn't start interpreting the command until you press RETURN.
  44.  
  45.  
  46.  
  47. You can use capital or small letters in any mixture.  You can use words such
  48.  
  49. as THE and AN when they're appropriate, but you can omit them if you prefer.
  50.  
  51. You can abbreviate any word to six or more letters, but the game will pay
  52.  
  53. attention to all of the letters you type.  For example, you could refer to
  54.  
  55. a FLASHLIGHT with the words FLASHL, FLASHLIG, and so forth, but not with
  56.  
  57. FLASHSDF.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. TRAVEL
  64.  
  65.  
  66.  
  67. At any time during the game, you are in a location.  The game desribes your
  68.  
  69. location when you first enter, and again any time you type LOOK.  In a given
  70.  
  71. location, you can reach anything described, so you don't need to type commands
  72.  
  73. to move about within a location.
  74.  
  75.  
  76.  
  77. You move from place to place in the game by typing the direction you want to
  78.  
  79. go.  The game will always tell you the directions that you can go from a location,
  80.  
  81. although it usually doesn't tell you what you will find when you go there.  You
  82.  
  83. will probably find it helpful to make a map as you explore the game.  The
  84.  
  85. directions the game recognizes are NORTH, SOUTH, EAST, WEST, NORTHEAST,
  86.  
  87. SOUTHEAST, UP, and DOWN.  You can abbreviate these to N, S, E, W, NE, SE, NW,
  88.  
  89. SW, U, and D.  In some locations you can also use IN and OUT.
  90.  
  91.  
  92.  
  93. Generally, backtracking will take you back to where you started.  For example,
  94.  
  95. if you start off in the kitchen, go north into the living room, then go south,
  96.  
  97. you will be back in the kitchen.
  98.  
  99.  
  100.  
  101. Most of the time, when the game describes a door or doorway, you don't need to
  102.  
  103. open the door to go through the passage; the game will do this for you.  Only
  104.  
  105. when the game explicitly describes a closed door (or other impediment to travel)
  106.  
  107. will you need to type a command to open the door.
  108.  
  109.  
  110.  
  111.  
  112.  
  113. OBJECTS
  114.  
  115.  
  116.  
  117. In the game, you will find many objects that you can carry or otherwise
  118.  
  119. manipulate.  When you want to do something with an object, type a simple
  120.  
  121. command that tells the game what you want to do; be explicit.  For example,
  122.  
  123. you could type READ THE BOOK or OPEN THE DRAWER.  Most of the objects in the
  124.  
  125. game have fairly obvious uses; you shouldn't have to think of any obscure or
  126.  
  127. unrelated words to manipulate the objects.
  128.  
  129.  
  130.  
  131. You generally don't have to specify exactly where you want to put an object
  132.  
  133. that you wish to carry; you can just type TAKE (followed by the object's
  134.  
  135. name) to carry an object.  We didn't think it was particularly interesting
  136.  
  137. to force you to specify which object you wish to put in your left pocket,
  138.  
  139. which you wish to carry in your right hand, and so forth.  However, there
  140.  
  141. is a limit to how many objects you can carry at once, and to how much weight
  142.  
  143. you can handle.  You can carry more objects (but not more weight, of course)
  144.  
  145. by putting some items inside containers (for example, you may be able to put
  146.  
  147. several objects into a box, and carry the box), since this reduces the number
  148.  
  149. of objects you actually have to juggle at once.
  150.  
  151.  
  152.  
  153. Some basic verbs that you will use frequently are TAKE (to pick up an object),
  154.  
  155. DROP (to drop an object), OPEN and CLOSE, and EXAMINE (which you can abbreviate
  156.  
  157. to X).  You can PUT an object IN or ON another object when appropriate.  The
  158.  
  159. game recognizes many other verbs as well.  We tried to make all of the verbs
  160.  
  161. obvious; if you find a knob, you will be able to TURN it, and if you find a
  162.  
  163. button, you will be able to PUSH it.  By the same token, you probably won't
  164.  
  165. need to turn the button or push the knob.
  166.  
  167.  
  168.  
  169. Some examples of commands that the game recognizes are shown below.  These
  170.  
  171. aren't necessarily commands that you'll ever type while playing the game, but
  172.  
  173. they illustrate some of the verbs and sentence formats that you may use.
  174.  
  175.  
  176.  
  177.     GO NORTH
  178.  
  179.     NORTH
  180.  
  181.     N
  182.  
  183.     UP
  184.  
  185.     TAKE THE BOX
  186.  
  187.     PUT THE FLOPPY DISK INTO THE BOX
  188.  
  189.     CLOSE BOX
  190.  
  191.     LOOK AT DISK
  192.  
  193.     TAKE DISK OUT OF BOX
  194.  
  195.     LOOK IN BOX
  196.  
  197.     WEAR THE CONICAL HAT
  198.  
  199.     TAKE OFF HAT
  200.  
  201.     CLOSE BOX
  202.  
  203.     TURN ON THE LANTERN
  204.  
  205.     LIGHT MATCH
  206.  
  207.     LIGHT CANDLE WITH MATCH
  208.  
  209.     RING BELL
  210.  
  211.     POUR WATER INTO BUCKET
  212.  
  213.     PUSH BUTTON
  214.  
  215.     TURN KNOB
  216.  
  217.     EAT COOKIE
  218.  
  219.     DRINK MILK
  220.  
  221.     THROW KNIFE AT THIEF
  222.  
  223.     KILL TROLL WITH SWORD
  224.  
  225.     READ NEWSPAPER
  226.  
  227.     LOOK THROUGH WINDOW
  228.  
  229.     UNLOCK DOOR WITH KEY
  230.  
  231.     TIE THE ROPE TO THE HOOK
  232.  
  233.     CLIMB UP THE LADDER
  234.  
  235.     TURN THE KNOB
  236.  
  237.     JUMP
  238.  
  239.     TYPE "HELLO" ON THE KEYBOARD
  240.  
  241.     TYPE 1234 ON THE KEYPAD
  242.  
  243.     GET IN THE CAR
  244.  
  245.     GET OUT OF THE CAR
  246.  
  247.     GET ON THE HORSE
  248.  
  249.     GIVE WAND TO WIZARD
  250.  
  251.     ASK WIZARD ABOUT WAND
  252.  
  253.  
  254.  
  255.  
  256.  
  257. OTHER CHARACTERS
  258.  
  259.  
  260.  
  261. You may encounter other characters in the game.  You can interact in certain
  262.  
  263. ways with these characters.  For example, you can GIVE things to them, and you
  264.  
  265. could try to attack them.  In addition, you can ask characters about things:
  266.  
  267.  
  268.  
  269.     ASK WIZARD ABOUT WAND
  270.  
  271.  
  272.  
  273. Some characters will tell you quite a bit in response to such queries, while
  274.  
  275. others will be more taciturn.
  276.  
  277.  
  278.  
  279. TIME
  280.  
  281.  
  282.  
  283. Time in the game passes only in response to commands you type.  Nothing happens
  284.  
  285. while the game is waiting for you to type something.  Each turn takes about
  286.  
  287. the same amount of time.  If you want to let some game time pass, because
  288.  
  289. you think something is about to happen, you can type WAIT (or just Z).
  290.  
  291.  
  292.  
  293.  
  294.  
  295. SCORE
  296.  
  297.  
  298.  
  299. The game assigns you a score while you play, indicating how close you are to
  300.  
  301. finishing it.  At certain points in the game, you will be awarded points
  302.  
  303. when you solve some puzzle or obtain some item.  The score is intended to
  304.  
  305. provide you with a measure of your progress in the game, and increases as
  306.  
  307. you get further in the game; you never lose points once they are earned.
  308.  
  309.  
  310.  
  311.  
  312.  
  313. REFERRING TO MULTIPLE OBJECTS
  314.  
  315.  
  316.  
  317. You can usually use multiple objects in your sentences.  You separate the
  318.  
  319. objects by the word AND or a comma.  For example:
  320.  
  321.  
  322.  
  323.     TAKE THE BOX, THE FLOPPY DISK, AND THE ROPE
  324.  
  325.     PUT DISK AND ROPE IN BOX
  326.  
  327.     DROP BOX AND BALL
  328.  
  329.  
  330.  
  331. You can use the word ALL to refer to everything that is applicable to your
  332.  
  333. command, and you can use EXCEPT (right after the word ALL) to exclude certain
  334.  
  335. objects.
  336.  
  337.  
  338.  
  339.     TAKE ALL
  340.  
  341.     PUT ALL EXCEPT DISK AND ROPE INTO BOX
  342.  
  343.     TAKE EVERYTHING OUT OF THE BOX
  344.  
  345.     TAKE ALL OFF SHELF
  346.  
  347.  
  348.  
  349. The word ALL refers to everything that makes sense for your command, excluding
  350.  
  351. things inside containers that are used in the command.  For example, if you
  352.  
  353. are carrying a box and a rope, and the box contains a floppy disk, typing
  354.  
  355. DROP ALL will drop only the box and the rope; the floppy disk will remain in
  356.  
  357. the box.
  358.  
  359.  
  360.  
  361.  
  362.  
  363. "IT" AND "THEM"
  364.  
  365.  
  366.  
  367. You an use IT and THEM to refer to the last object or objects that you used
  368.  
  369. in a command.  Some examples:
  370.  
  371.  
  372.  
  373.     TAKE THE BOX
  374.  
  375.     OPEN IT
  376.  
  377.     TAKE THE DISK AND THE ROPE
  378.  
  379.     PUT THEM IN THE BOX
  380.  
  381.  
  382.  
  383.  
  384.  
  385. MULTIPLE COMMANDS ON A LINE
  386.  
  387.  
  388.  
  389. You can put multiple commands on a single input line by separating the
  390.  
  391. commands with periods or the word THEN, or with a comma or the word AND.
  392.  
  393. Each command still counts as a separate turn.  For example:
  394.  
  395.  
  396.  
  397.     TAKE THE DISK AND PUT IT IN THE BOX
  398.  
  399.     TAKE BOX. OPEN IT.
  400.  
  401.     UNLOCK THE DOOR WITH THE KEY. OPEN IT, AND THEN GO NORTH
  402.  
  403.  
  404.  
  405. If the game doesn't understand one of the commands on the input line, it will
  406.  
  407. tell you what it couldn't understand, and it will ignore the rest of the
  408.  
  409. commands on the line.
  410.  
  411.  
  412.  
  413.  
  414.  
  415. AMBIGUOUS COMMANDS
  416.  
  417.  
  418.  
  419. If you type a command that leaves out some important information, the game will
  420.  
  421. try to figure out what you mean anyway.  When the game can be reasonably sure
  422.  
  423. about what you mean, because only one object would make sense with the command,
  424.  
  425. the game will make an assumption about the missing information and act as
  426.  
  427. though you had supplied it.  For example,
  428.  
  429.  
  430.  
  431.     >TIE THE ROPE
  432.  
  433.     (to the hook)
  434.  
  435.     The rope is now tied to the hook.  The end of the
  436.  
  437.     rope nearly reaches the floor of the pit below.
  438.  
  439.  
  440.  
  441. If your command is ambiguous enough that the game doesn't feel safe making
  442.  
  443. assumptions about what you meant, the game will ask you for more information.
  444.  
  445. You can answer these questions by typing the missing information.  If you
  446.  
  447. decide you didn't want to bother with the command after all, you can just type
  448.  
  449. a new command; the game will ignore the question it asked.  For example:
  450.  
  451.  
  452.  
  453.     >UNLOCK THE DOOR
  454.  
  455.     What do you want to unlock the door with?
  456.  
  457.     
  458.  
  459.     >THE KEY
  460.  
  461.     Which key do you mean, the gold key, or the silver key?
  462.  
  463.     
  464.  
  465.     >GOLD
  466.  
  467.     The door is now unlocked.
  468.  
  469.  
  470.  
  471.  
  472.  
  473. UNKNOWN WORDS
  474.  
  475.  
  476.  
  477. The game will sometimes use words in its descriptions that it doesn't understand
  478.  
  479. in your commands.  For example, you may see a description such as, "The
  480.  
  481. planet's rings are visible as a thin arc high overhead, glimmering in the
  482.  
  483. sunlight."  If the game doesn't know words such as "rings," you can assume
  484.  
  485. that they're not needed to play the game; they're in the descriptions simply
  486.  
  487. to make the story more interesting.  For those objects that are important,
  488.  
  489. the game recognizes many synonyms; if the game doesn't understand a word you
  490.  
  491. use, or any of its common synonyms, you are probably trying something that is
  492.  
  493. not necessary to continue.
  494.  
  495.  
  496.  
  497.  
  498.  
  499. SAVING AND RESTORING
  500.  
  501.  
  502.  
  503. You can store a snapshot of the game's state in a disk file at any time.
  504.  
  505. Later, if your character is killed or you find that it has become impossible
  506.  
  507. to finish the game (due to a lost or broken object, for example), you can
  508.  
  509. restore the state of the game exactly as it was when you saved it to the
  510.  
  511. disk file.  You can save your position as many times as you like, using
  512.  
  513. different disk files for each position.  Saving the game also allows you to
  514.  
  515. play the game over the course of many days, without having to start over from
  516.  
  517. scratch each time you come back to the game.
  518.  
  519.  
  520.  
  521. To save the game, type SAVE at any prompt.  The game will ask you for the
  522.  
  523. name of a disk file to use to store the game state.  (You will have to
  524.  
  525. specify a filename suitable for your computer system, and the disk must have
  526.  
  527. enough space to store the game state.  The game will tell you if the game
  528.  
  529. was not saved properly for some reason.)  You should give the file a name that
  530.  
  531. does not exist on your disk.  If you save the game into a file that already
  532.  
  533. exists, the data previously in that file will be destroyed.
  534.  
  535.  
  536.  
  537. When you wish to restore a game, type RESTORE at the command prompt.  The
  538.  
  539. game will ask you for the name of a disk file that you specified with a
  540.  
  541. previous SAVE command.  After reading the disk file, the game state will
  542.  
  543. be restored to exactly the position when you saved it.
  544.  
  545.  
  546.  
  547.  
  548.  
  549. SPECIAL COMMANDS
  550.  
  551.  
  552.  
  553. The game understands several special commands that you can use to control it.
  554.  
  555. You can use these commands at any prompt.
  556.  
  557.  
  558.  
  559. AGAIN or G:  Repeats your last command.  If your last input line was composed
  560.  
  561. of several commands, only the last command on the line is repeated.
  562.  
  563.  
  564.  
  565. INVENTORY or I:  Shows the list of items you are carrying.
  566.  
  567.  
  568.  
  569. LOOK or L:  Shows the full description of your location.
  570.  
  571.  
  572.  
  573. OOPS:  Allows you to correct the spelling of a word in the last command.
  574.  
  575. You can use OOPS when the game displays this complaint:  "I don't know the
  576.  
  577. word <word>."  Immediately after this message, you can type OOPS followed by
  578.  
  579. the corrected spelling of the misspelled word.  You can only type one word
  580.  
  581. after OOPS, so this command doesn't allow you to correct certain types of
  582.  
  583. errors, such as when you run two words together without a spce.
  584.  
  585.  
  586.  
  587. QUIT:  Stops the game, and returns you to your operating system.
  588.  
  589.  
  590.  
  591. RESTART:  Starts the game over from the beginning.
  592.  
  593.  
  594.  
  595. RESTORE:  Restores a position previously saved with the SAVE command.
  596.  
  597.  
  598.  
  599. SAVE:  Stores the current state of the game in a disk file, so that you can
  600.  
  601. come back to the same place later (with the RESTORE command).
  602.  
  603.  
  604.  
  605. SCORE:  Shows you your current score, the maximum possible score, and the
  606.  
  607. number of turns you have taken so far.
  608.  
  609.  
  610.  
  611. SCRIPT:  Starts writing everything you see on the screen (your commands and
  612.  
  613. the game's responses) to a disk file.  The game will ask you for a filename
  614.  
  615. to be used for the transcript; you should select a filename that does not yet
  616.  
  617. exist on your disk, because if you use an existing filename, data in the file
  618.  
  619. will be destroyed.  Use the UNSCRIPT command to stop making the transcript.
  620.  
  621.  
  622.  
  623. TERSE:  Tells the game that you wish to see only short descriptions of
  624.  
  625. locations you have already seen when you enter them.  This is the default
  626.  
  627. mode.  See also the VERBOSE command.
  628.  
  629.  
  630.  
  631. UNSCRIPT:  Turns off the transcript being made with the SCRIPT command.
  632.  
  633.  
  634.  
  635. VERBOSE:  Tells the game to show you the full description of every location
  636.  
  637. you enter, whether or not you have seen the description before.  By default,
  638.  
  639. the game will show you the full description of a location only when you first
  640.  
  641. enter it, and will show you the short description each time you enter the
  642.  
  643. location thereafter.  Of course, you can get a full description at any time
  644.  
  645. by typing LOOK.  See also the TERSE command.
  646.  
  647.  
  648.  
  649. VERSION:  Shows you the current version of the game.
  650.  
  651.  
  652.  
  653. WAIT or Z:  Causes game time to pass.  When the game is waiting for you to
  654.  
  655. type command, no game time passes; you can use this command to wait for
  656.  
  657. something to happen.
  658.  
  659.  
  660.  
  661.  
  662.  
  663. COMMAND EDITING AND RECALL
  664.  
  665.  
  666.  
  667. On most computer systems, the game has a special feature that allows you to
  668.  
  669. use your keyboard's editing keys to modify an input line as you are typing
  670.  
  671. it, and to recall commands that you have previously typed for editing and
  672.  
  673. re-entry.  The specific keys you use vary depending on your system, and some
  674.  
  675. systems don't support this feature at all; see the system-specific
  676.  
  677. documentation for more information.
  678.  
  679.  
  680.  
  681. While you are typing a command, the game allows you to go back and change
  682.  
  683. part of the line without "backspacing" over the rest of the line to get there.
  684.  
  685. Simply use your left and right cursor-arrow keys to move the cursor to any
  686.  
  687. point in the command line.  The BACKSPACE key deletes a character to the left
  688.  
  689. of the cursor, and the DELETE key deletes the character at which the cursor
  690.  
  691. is located.
  692.  
  693.  
  694.  
  695. You can insert new text at the cursor simply by typing the text.  You can
  696.  
  697. press the RETURN (or ENTER) key with the cursor at any point in the line (the
  698.  
  699. cursor need not be at the end of the command line).
  700.  
  701.  
  702.  
  703. You can recall the previous command that you  entered by pressing the up
  704.  
  705. cursor-arrow key; pressing the up-arrow key again recalls the command before
  706.  
  707. that, and so forth.  Using the down cursor-arrow key reverses this process,
  708.  
  709. until you get back to the original command that you were typing before you
  710.  
  711. started pressing the up-arrow key.
  712.  
  713.  
  714.  
  715. Once you have recalled a prior command, you can re-enter it by pressing the
  716.  
  717. RETURN key.  In addition, you can edit the command, as described above, before
  718.  
  719. entering the command.
  720.  
  721.  
  722.  
  723. The exact number of commands the game retains depends on the lengths of the
  724.  
  725. commands, but more than a hundred of the most recent commands are generally
  726.  
  727. retained at any given time.
  728.  
  729.  
  730.  
  731.  
  732.  
  733. REVIEW MODE
  734.  
  735.  
  736.  
  737. Another special feature that the game supports on many computer systems is
  738.  
  739. called "review mode."  The game remembers text as it "scrolls" off the screen;
  740.  
  741. by invoking recall mode, you can go back and look at text that is no longer
  742.  
  743. visible on the screen.  On most systems, review mode is activated by pressing
  744.  
  745. the function key F1.
  746.  
  747.  
  748.  
  749. Once in review mode, the status line that is normally at the top of the
  750.  
  751. screen will be replaced by the review mode help line.  This line shows the
  752.  
  753. keystrokes you use to view previous screenfuls of text, and also shows you the
  754.  
  755. key that exits review mode and resumes normal game play (this is generally the
  756.  
  757. game key that you used to activate review mode).
  758.  
  759.  
  760.  
  761. While in review mode, your screen becomes a window onto the text that the
  762.  
  763. game has stored away.  When you first activate review mode, you are looking
  764.  
  765. at the very bottom of this text, which is the screenful of text that was
  766.  
  767. just displayed.  Use the up and down cursor-arrow keys to move the window up
  768.  
  769. and down.  Pressing the up cursor-arrow key moves the window up one line,
  770.  
  771. showing you one line of text that has scrolled off the screen.  Most systems
  772.  
  773. also provide keys to move up and down by a full screenful (also called a
  774.  
  775. "page.")
  776.  
  777.  
  778.  
  779. To resume game play, press the same key that you used to activate review
  780.  
  781. mode.
  782.  
  783.  
  784.  
  785. The number of screenfuls of text that the game stores away for review depends
  786.  
  787. on how much text is actually on each screen, since the game has a limit on the
  788.  
  789. number of characters it can store, not on the number of lines.  Normally, more
  790.  
  791. than twenty of the most recent screens of text are saved and available for
  792.  
  793. review at any given time.
  794.  
  795.  
  796.  
  797.